net/http.persistConn.maxHeaderResponseSize (method)
5 uses
net/http (current package)
transport.go#L2038: func (pc *persistConn) maxHeaderResponseSize() int64 {
transport.go#L2047: return 0, fmt.Errorf("read limit of %d bytes exhausted", pc.maxHeaderResponseSize())
transport.go#L2204: pc.readLimit = pc.maxHeaderResponseSize()
transport.go#L2228: err = fmt.Errorf("net/http: server response headers exceeded %d bytes; aborted", pc.maxHeaderResponseSize())
transport.go#L2415: pc.readLimit = pc.maxHeaderResponseSize() // reset the limit
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |